Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add internal reference #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add internal reference #118

wants to merge 1 commit into from

Conversation

mjbvz
Copy link

@mjbvz mjbvz commented Oct 18, 2024

References are needed for various parts of our tooling, such as generating links. However in some cases we don't want to show these references to the user, often because they are already implicitly included

This proposals adding a new .internal option on PromptReference. When set to true, our UI will not show the reference to the user but the reference will still be accessible to other tooling

References are needed for other parts of our tooling, such as generating links. However in some cases we don't want to show these references to the user, often because they are already implicitly included

This proposals adding a new `.internal` option on `PromptReference`. When set to true, our UI will not show the reference to the user but the reference will still be accessible to other tooling
@mjbvz
Copy link
Author

mjbvz commented Oct 18, 2024

If we don't feel this makes sense for the public library, we could also try extending PromptReference just for copilot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants